home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
programming
/
ace_basic
/
ace24.lha
/
SUBmods
/
FontReq
/
test.b
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-12
|
304 b
|
12 lines
#include <SUBmods/FontReq.h>
DECLARE STRUCT FontInfo info
IF FontInfoRequest(info) THEN
PRINT "Font name: ";CSTR(info->fontName)
PRINT "Font height: ";info->fontHeight
PRINT "Text style: ";info->textStyle
PRINT "Font color: ";info->frontColor
PRINT "Back color: ";info->backColor
END IF